Delphi中@,^,,$特殊符号意义
概述:^: 指针@: 取址#: 十进制符$: 十六进制符@:取址运算符;varint:integer;p:^integer;beginnew(P);int:=24;p:=@int;dispose(P)